TL;DRThe first unified differentiable Gaussian-splatting framework for reconstructing multi-period scenes, jointly handling non-continuous geometry and appearance changes, accompanied by the ChronoScene benchmark dataset.
ChronoGS introduces a temporally modulated Gaussian representation for reconstructing multi-period scenes. It aggregates all periods within a unified anchor scaffold of union geometry, and disentangles stable and evolving components via temporally modulated features (period-invariant base, local period-varying, and global period-varying) together with a geometry activation mechanism.
Existing static methods assume a single time-invariant geometry shared by all views, while dynamic methods rely on smooth and continuous motion over time.
Factorize a multi-period scene into a shared canonical geometry and period-specific variations. A unified anchor scaffold encodes the union geometry across all periods; each anchor maintains a period-invariant base feature and local/global period-varying features, which are decoded into Gaussian attributes by a lightweight MLP. A geometry activation mechanism automatically deactivates anchors whose predicted opacity falls below zero at a given period, enabling adaptive geometry expression while preserving global structural consistency.
A voxelized uniform grid initialized from merged sparse point clouds of all periods, covering both stable and varying geometry as a consistent backbone.
Period-invariant base feature f_i^base that describes shared geometry and appearance across periods.
Local period-varying feature pool f_i^var storing period-specific information per anchor.
Global period-varying feature g(t) modeling scene-level factors such as illumination and seasonal appearance.
One-hot encoding over period indices with linear interpolation for inter-period positions, preserving exact representations for observed periods.
Automatically excludes Gaussian primitives with negative decoded opacity from compositing and backprop, deactivating structures absent in specific periods.
Fig. 2. Overview of ChronoGS. For a given camera, visible anchors are selected from the learned scaffold of union geometry. Per-anchor features and global features are temporally modulated by encoding e(t) and decoded by a lightweight MLP into Gaussian attributes, which are rendered via differentiable splatting.
Anchor Scaffold of Union Geometry: Initialized by voxelizing merged sparse point clouds from all periods, covering both stable and varying geometry to provide a consistent geometric backbone for cross-period reconstruction.
| Method | Mem.↓ | PSNR↑ | SSIM↑ | LPIPS↓ |
|---|---|---|---|---|
| 3DGS | 1.01GB | 18.29 | 0.4658 | 0.4862 |
| Scaffold-GS | 0.36GB | 16.27 | 0.3749 | 0.5363 |
| GS-W | 0.23GB | 20.33 | 0.4018 | 0.5638 |
| 4DGS | 0.18GB | 19.03 | 0.4674 | 0.6085 |
| realtime4DGS | 5.53GB | 20.91 | 0.5124 | 0.4943 |
| ChronoGS ours | 0.52GB | 22.16 | 0.6533 | 0.3390 |
Fig. 7 shows temporal evolution renderings at continuous period indices. Compared to dynamic baselines such as 4DGS that assume smooth motion and often hallucinate intermediate structures, ChronoGS cleanly switches between periods with more plausible intermediate states.
Fig. 6. Qualitative comparison on ChronoScene. Static models produce ghosting and appearance blending when trained on mixed multi-period data, while dynamic methods fail under large temporal gaps due to their smooth-motion assumption. ChronoGS faithfully reconstructs period-specific geometry and appearance.
Fig. 7. Temporal evolution at a test viewpoint. ChronoGS queries continuous period indices and renders from the same camera, cleanly switching between periods with more plausible intermediate states compared to 4DGS.
By decomposing multi-period scenes into shared canonical geometry and period-specific variations through a unified scaffold + temporally modulated features + geometry activation, faithful period-specific reconstruction with cross-period consistency can be achieved in a single model.
@inproceedings{wang2026chronogs,
title={ChronoGS: Disentangling Invariants and Changes in Multi-Period Scenes},
author={Wang, Zhongtao and Dai, Jiaqi and Zhu, Qingtian and Li, Yilong and Su, Mai and Zhu, Fei and Gai, Meng and Wang, Shaorong and Pan, Chengwei and Chen, Yisong and Wang, Guoping},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2026}
}